home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / docs / slack-docs / inn / crontab.news next >
Text File  |  1995-04-08  |  1KB  |  36 lines

  1. SHELL=/bin/sh
  2. #
  3. MAILTO=root
  4. #
  5. #===============================================================================
  6. #
  7. # inn-1.4 (Inter Net News)
  8. #
  9. #    Sample crontab file by andreas@knobel.knirsch.de (Andreas Klemm)
  10. #
  11. #    copy it to /usr/spool/cron/crontabs/news
  12. #
  13. #    Reboot your system or 
  14. #    kill and restart the crond job, to activate this file
  15. #
  16. #===============================================================================
  17. #
  18. #-------------------------------------------------------------------------------
  19. # send news batches to your news feed 
  20. #-------------------------------------------------------------------------------
  21. #
  22. #0,15,30,45 * * * *    /usr/lib/news/bin/sendbatch -c news > /dev/null
  23. #
  24. #-------------------------------------------------------------------------------
  25. # Daily housekeeping ... expires news and other things ...
  26. #-------------------------------------------------------------------------------
  27. #
  28. 0 22 * * *        /usr/lib/news/bin/news.daily delayrm expireover
  29. #
  30. #-------------------------------------------------------------------------------
  31. # offer spooled news - that was spooled into the incoming directory when the 
  32. # innd server wasn't available - again to the innd server.
  33. #-------------------------------------------------------------------------------
  34. #
  35. 15 * * * *        /usr/lib/news/rnews -U
  36.